All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.wrappers.FuncNegateLong
FuncNegateLong
is a function object designed for
creating a new object of type Long
based on
the argument object and the - operator.
Copyright © 1996 Finn Bock
Long
and use the
return value from the longValue()
method and
the -
operator to create a new
Long
which is returned.
public FuncNegateLong()
public Object perform(Object o)
Long
and use the
return value from the longValue()
method and
the -
operator to create a new
Long
which is returned.
All Packages Class Hierarchy This Package Previous Next Index